[INFO] cloning repository https://github.com/Matipolit/Inventory
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Matipolit/Inventory" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatipolit%2FInventory", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatipolit%2FInventory'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 01d0fc15318271cede373ce0a4400c94ca9e809a
[INFO] fixing Matipolit/Inventory against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatipolit%2FInventory" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Matipolit/Inventory
[INFO] finished tweaking git repo https://github.com/Matipolit/Inventory
[INFO] tweaked toml for git repo https://github.com/Matipolit/Inventory written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Matipolit/Inventory on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Matipolit/Inventory already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded whoami v1.6.0
[INFO] [stderr]   Downloaded cc v1.2.24
[INFO] [stderr]   Downloaded base64ct v1.7.3
[INFO] [stderr]   Downloaded bcrypt v0.17.0
[INFO] [stderr]   Downloaded axum-extra v0.10.1
[INFO] [stderr]   Downloaded axum-macros v0.5.0
[INFO] [stderr]   Downloaded hyper-util v0.1.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1f3cc04e4c437235b1bade76a7f5dffa9ec0fa5d0dfc53fe55f70c50ddeae216
[INFO] running `Command { std: "docker" "start" "1f3cc04e4c437235b1bade76a7f5dffa9ec0fa5d0dfc53fe55f70c50ddeae216", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1f3cc04e4c437235b1bade76a7f5dffa9ec0fa5d0dfc53fe55f70c50ddeae216" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1f3cc04e4c437235b1bade76a7f5dffa9ec0fa5d0dfc53fe55f70c50ddeae216", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1f3cc04e4c437235b1bade76a7f5dffa9ec0fa5d0dfc53fe55f70c50ddeae216" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling cc v1.2.24
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling tinyvec v1.9.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling webpki-roots v1.0.0
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]     Checking bstr v1.12.0
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]    Compiling whoami v1.6.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking unic-ucd-segment v0.9.0
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking unic-segment v0.9.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]     Checking bcrypt v0.17.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking rustls-webpki v0.103.3
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking tower-http v0.6.4
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]    Compiling pest_derive v2.8.0
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking tera v1.20.0
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking hyper-util v0.1.12
[INFO] [stderr]     Checking axum v0.8.4
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking cookie v0.18.1
[INFO] [stderr]     Checking sqlx-postgres v0.8.6
[INFO] [stderr]     Checking axum-extra v0.10.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking household-inventory v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/db.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |       let rows = sqlx::query_as!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 42 | |         FlatItemRow,
[INFO] [stdout] 43 | |         r#"
[INFO] [stdout] 44 | |         SELECT
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | |         user_id
[INFO] [stdout] 60 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:142:16
[INFO] [stdout]     |
[INFO] [stdout] 142 |       let rows = sqlx::query_as!(
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 143 | |         FlatItemRow,
[INFO] [stdout] 144 | |         r#"
[INFO] [stdout] 145 | |         SELECT
[INFO] [stdout] ...   |
[INFO] [stdout] 160 | |         user_id
[INFO] [stdout] 161 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:168:15
[INFO] [stdout]     |
[INFO] [stdout] 168 |       let row = sqlx::query_as!(
[INFO] [stdout]     |  _______________^
[INFO] [stdout] 169 | |         FlatItemRow,
[INFO] [stdout] 170 | |         r#"
[INFO] [stdout] 171 | |         SELECT
[INFO] [stdout] ...   |
[INFO] [stdout] 186 | |         item_id
[INFO] [stdout] 187 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:201:33
[INFO] [stdout]     |
[INFO] [stdout] 201 |       let inserted_item_id: i32 = sqlx::query_scalar!(
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 202 | |         "INSERT INTO items (user_id, name, quantity, restock_threshold, category_id)
[INFO] [stdout] 203 | |          VALUES ($1, $2, $3, $4, $5)
[INFO] [stdout] 204 | |          RETURNING id",
[INFO] [stdout] ...   |
[INFO] [stdout] 209 | |         payload.category_id // This can be Option<i32>
[INFO] [stdout] 210 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_scalar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/db.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |       let rows = sqlx::query_as!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 42 | |         FlatItemRow,
[INFO] [stdout] 43 | |         r#"
[INFO] [stdout] 44 | |         SELECT
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | |         user_id
[INFO] [stdout] 60 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:142:16
[INFO] [stdout]     |
[INFO] [stdout] 142 |       let rows = sqlx::query_as!(
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 143 | |         FlatItemRow,
[INFO] [stdout] 144 | |         r#"
[INFO] [stdout] 145 | |         SELECT
[INFO] [stdout] ...   |
[INFO] [stdout] 160 | |         user_id
[INFO] [stdout] 161 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:228:28
[INFO] [stdout]     |
[INFO] [stdout] 228 |       let current_item_row = sqlx::query!(
[INFO] [stdout]     |  ____________________________^
[INFO] [stdout] 229 | |         "SELECT name, quantity, restock_threshold, category_id FROM items WHERE user_id = $1 AND id = $2",
[INFO] [stdout] 230 | |         user_id,
[INFO] [stdout] 231 | |         item_id
[INFO] [stdout] 232 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:168:15
[INFO] [stdout]     |
[INFO] [stdout] 168 |       let row = sqlx::query_as!(
[INFO] [stdout]     |  _______________^
[INFO] [stdout] 169 | |         FlatItemRow,
[INFO] [stdout] 170 | |         r#"
[INFO] [stdout] 171 | |         SELECT
[INFO] [stdout] ...   |
[INFO] [stdout] 186 | |         item_id
[INFO] [stdout] 187 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:201:33
[INFO] [stdout]     |
[INFO] [stdout] 201 |       let inserted_item_id: i32 = sqlx::query_scalar!(
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 202 | |         "INSERT INTO items (user_id, name, quantity, restock_threshold, category_id)
[INFO] [stdout] 203 | |          VALUES ($1, $2, $3, $4, $5)
[INFO] [stdout] 204 | |          RETURNING id",
[INFO] [stdout] ...   |
[INFO] [stdout] 209 | |         payload.category_id // This can be Option<i32>
[INFO] [stdout] 210 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_scalar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:228:28
[INFO] [stdout]     |
[INFO] [stdout] 228 |       let current_item_row = sqlx::query!(
[INFO] [stdout]     |  ____________________________^
[INFO] [stdout] 229 | |         "SELECT name, quantity, restock_threshold, category_id FROM items WHERE user_id = $1 AND id = $2",
[INFO] [stdout] 230 | |         user_id,
[INFO] [stdout] 231 | |         item_id
[INFO] [stdout] 232 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:256:24
[INFO] [stdout]     |
[INFO] [stdout] 256 |       let updated_rows = sqlx::query!(
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 257 | |         "UPDATE items
[INFO] [stdout] 258 | |          SET name = $1, quantity = $2, restock_threshold = $3, category_id = $4, updated_at = NOW()
[INFO] [stdout] 259 | |          WHERE user_id = $5 AND id = $6",
[INFO] [stdout] ...   |
[INFO] [stdout] 265 | |         item_id
[INFO] [stdout] 266 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:256:24
[INFO] [stdout]     |
[INFO] [stdout] 256 |       let updated_rows = sqlx::query!(
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 257 | |         "UPDATE items
[INFO] [stdout] 258 | |          SET name = $1, quantity = $2, restock_threshold = $3, category_id = $4, updated_at = NOW()
[INFO] [stdout] 259 | |          WHERE user_id = $5 AND id = $6",
[INFO] [stdout] ...   |
[INFO] [stdout] 265 | |         item_id
[INFO] [stdout] 266 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:281:45
[INFO] [stdout]     |
[INFO] [stdout] 281 |       let current_quantity_opt: Option<i32> = sqlx::query_scalar!(
[INFO] [stdout]     |  _____________________________________________^
[INFO] [stdout] 282 | |         "SELECT quantity FROM items WHERE user_id = $1 AND id = $2",
[INFO] [stdout] 283 | |         user_id,
[INFO] [stdout] 284 | |         item_id
[INFO] [stdout] 285 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_scalar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:281:45
[INFO] [stdout]     |
[INFO] [stdout] 281 |       let current_quantity_opt: Option<i32> = sqlx::query_scalar!(
[INFO] [stdout]     |  _____________________________________________^
[INFO] [stdout] 282 | |         "SELECT quantity FROM items WHERE user_id = $1 AND id = $2",
[INFO] [stdout] 283 | |         user_id,
[INFO] [stdout] 284 | |         item_id
[INFO] [stdout] 285 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_scalar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:299:25
[INFO] [stdout]     |
[INFO] [stdout] 299 |       let affected_rows = sqlx::query!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 300 | |         "UPDATE items SET quantity = $1, updated_at = NOW() WHERE user_id = $2 AND id = $3",
[INFO] [stdout] 301 | |         new_quantity,
[INFO] [stdout] 302 | |         user_id,
[INFO] [stdout] 303 | |         item_id
[INFO] [stdout] 304 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:299:25
[INFO] [stdout]     |
[INFO] [stdout] 299 |       let affected_rows = sqlx::query!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 300 | |         "UPDATE items SET quantity = $1, updated_at = NOW() WHERE user_id = $2 AND id = $3",
[INFO] [stdout] 301 | |         new_quantity,
[INFO] [stdout] 302 | |         user_id,
[INFO] [stdout] 303 | |         item_id
[INFO] [stdout] 304 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:329:25
[INFO] [stdout]     |
[INFO] [stdout] 329 |       let affected_rows = sqlx::query!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 330 | |         "UPDATE items SET quantity = quantity + $1, updated_at = NOW() WHERE user_id = $2 AND id = $3",
[INFO] [stdout] 331 | |         payload.quantity, // Use the payload quantity directly
[INFO] [stdout] 332 | |         user_id,
[INFO] [stdout] 333 | |         item_id
[INFO] [stdout] 334 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:329:25
[INFO] [stdout]     |
[INFO] [stdout] 329 |       let affected_rows = sqlx::query!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 330 | |         "UPDATE items SET quantity = quantity + $1, updated_at = NOW() WHERE user_id = $2 AND id = $3",
[INFO] [stdout] 331 | |         payload.quantity, // Use the payload quantity directly
[INFO] [stdout] 332 | |         user_id,
[INFO] [stdout] 333 | |         item_id
[INFO] [stdout] 334 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:347:5
[INFO] [stdout]     |
[INFO] [stdout] 347 | /     sqlx::query!(
[INFO] [stdout] 348 | |         "DELETE FROM items WHERE user_id = $1 AND id = $2",
[INFO] [stdout] 349 | |         user_id,
[INFO] [stdout] 350 | |         item_id
[INFO] [stdout] 351 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:347:5
[INFO] [stdout]     |
[INFO] [stdout] 347 | /     sqlx::query!(
[INFO] [stdout] 348 | |         "DELETE FROM items WHERE user_id = $1 AND id = $2",
[INFO] [stdout] 349 | |         user_id,
[INFO] [stdout] 350 | |         item_id
[INFO] [stdout] 351 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:359:16
[INFO] [stdout]     |
[INFO] [stdout] 359 |       let rows = sqlx::query_as!(
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 360 | |         FlatItemRow,
[INFO] [stdout] 361 | |         r#"
[INFO] [stdout] 362 | |         SELECT
[INFO] [stdout] ...   |
[INFO] [stdout] 377 | |         user_id
[INFO] [stdout] 378 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:395:5
[INFO] [stdout]     |
[INFO] [stdout] 395 | /     sqlx::query_as!(
[INFO] [stdout] 396 | |         Account,
[INFO] [stdout] 397 | |         "INSERT INTO users (name, email, password) VALUES ($1, $2, $3)
[INFO] [stdout] 398 | |          RETURNING id, name, email, password, created_at, updated_at",
[INFO] [stdout] ...   |
[INFO] [stdout] 401 | |         hashed_password
[INFO] [stdout] 402 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:359:16
[INFO] [stdout]     |
[INFO] [stdout] 359 |       let rows = sqlx::query_as!(
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 360 | |         FlatItemRow,
[INFO] [stdout] 361 | |         r#"
[INFO] [stdout] 362 | |         SELECT
[INFO] [stdout] ...   |
[INFO] [stdout] 377 | |         user_id
[INFO] [stdout] 378 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:409:5
[INFO] [stdout]     |
[INFO] [stdout] 409 | /     sqlx::query_as!(
[INFO] [stdout] 410 | |         Account,
[INFO] [stdout] 411 | |         "SELECT id, name, email, password, created_at, updated_at FROM users WHERE email = $1",
[INFO] [stdout] 412 | |         email
[INFO] [stdout] 413 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:419:5
[INFO] [stdout]     |
[INFO] [stdout] 419 | /     sqlx::query_as!(
[INFO] [stdout] 420 | |         Account,
[INFO] [stdout] 421 | |         "SELECT id, name, email, password, created_at, updated_at FROM users WHERE id = $1",
[INFO] [stdout] 422 | |         id
[INFO] [stdout] 423 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:395:5
[INFO] [stdout]     |
[INFO] [stdout] 395 | /     sqlx::query_as!(
[INFO] [stdout] 396 | |         Account,
[INFO] [stdout] 397 | |         "INSERT INTO users (name, email, password) VALUES ($1, $2, $3)
[INFO] [stdout] 398 | |          RETURNING id, name, email, password, created_at, updated_at",
[INFO] [stdout] ...   |
[INFO] [stdout] 401 | |         hashed_password
[INFO] [stdout] 402 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:434:5
[INFO] [stdout]     |
[INFO] [stdout] 434 | /     sqlx::query_as!(
[INFO] [stdout] 435 | |         Category,
[INFO] [stdout] 436 | |         "INSERT INTO categories (user_id, name, color) VALUES ($1, $2, $3)
[INFO] [stdout] 437 | |          RETURNING id, name, color", // user_id is not part of Category struct here
[INFO] [stdout] ...   |
[INFO] [stdout] 440 | |         payload.color
[INFO] [stdout] 441 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:447:5
[INFO] [stdout]     |
[INFO] [stdout] 447 | /     sqlx::query_as!(
[INFO] [stdout] 448 | |         Category,
[INFO] [stdout] 449 | |         "SELECT id, name, color FROM categories WHERE user_id = $1 ORDER BY name",
[INFO] [stdout] 450 | |         user_id
[INFO] [stdout] 451 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:409:5
[INFO] [stdout]     |
[INFO] [stdout] 409 | /     sqlx::query_as!(
[INFO] [stdout] 410 | |         Account,
[INFO] [stdout] 411 | |         "SELECT id, name, email, password, created_at, updated_at FROM users WHERE email = $1",
[INFO] [stdout] 412 | |         email
[INFO] [stdout] 413 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:461:5
[INFO] [stdout]     |
[INFO] [stdout] 461 | /     sqlx::query_as!(
[INFO] [stdout] 462 | |         Category,
[INFO] [stdout] 463 | |         "SELECT id, name, color FROM categories WHERE user_id = $1 AND id = $2",
[INFO] [stdout] 464 | |         user_id,
[INFO] [stdout] 465 | |         category_id
[INFO] [stdout] 466 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:419:5
[INFO] [stdout]     |
[INFO] [stdout] 419 | /     sqlx::query_as!(
[INFO] [stdout] 420 | |         Account,
[INFO] [stdout] 421 | |         "SELECT id, name, email, password, created_at, updated_at FROM users WHERE id = $1",
[INFO] [stdout] 422 | |         id
[INFO] [stdout] 423 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:487:25
[INFO] [stdout]     |
[INFO] [stdout] 487 |       let affected_rows = sqlx::query!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 488 | |         "UPDATE categories SET name = $1, color = $2 WHERE user_id = $3 AND id = $4",
[INFO] [stdout] 489 | |         name_to_set,
[INFO] [stdout] 490 | |         color_to_set,
[INFO] [stdout] 491 | |         user_id,
[INFO] [stdout] 492 | |         category_id
[INFO] [stdout] 493 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:510:5
[INFO] [stdout]     |
[INFO] [stdout] 510 | /     sqlx::query!(
[INFO] [stdout] 511 | |         "DELETE FROM categories WHERE user_id = $1 AND id = $2",
[INFO] [stdout] 512 | |         user_id,
[INFO] [stdout] 513 | |         category_id
[INFO] [stdout] 514 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:434:5
[INFO] [stdout]     |
[INFO] [stdout] 434 | /     sqlx::query_as!(
[INFO] [stdout] 435 | |         Category,
[INFO] [stdout] 436 | |         "INSERT INTO categories (user_id, name, color) VALUES ($1, $2, $3)
[INFO] [stdout] 437 | |          RETURNING id, name, color", // user_id is not part of Category struct here
[INFO] [stdout] ...   |
[INFO] [stdout] 440 | |         payload.color
[INFO] [stdout] 441 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:447:5
[INFO] [stdout]     |
[INFO] [stdout] 447 | /     sqlx::query_as!(
[INFO] [stdout] 448 | |         Category,
[INFO] [stdout] 449 | |         "SELECT id, name, color FROM categories WHERE user_id = $1 ORDER BY name",
[INFO] [stdout] 450 | |         user_id
[INFO] [stdout] 451 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:461:5
[INFO] [stdout]     |
[INFO] [stdout] 461 | /     sqlx::query_as!(
[INFO] [stdout] 462 | |         Category,
[INFO] [stdout] 463 | |         "SELECT id, name, color FROM categories WHERE user_id = $1 AND id = $2",
[INFO] [stdout] 464 | |         user_id,
[INFO] [stdout] 465 | |         category_id
[INFO] [stdout] 466 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:487:25
[INFO] [stdout]     |
[INFO] [stdout] 487 |       let affected_rows = sqlx::query!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 488 | |         "UPDATE categories SET name = $1, color = $2 WHERE user_id = $3 AND id = $4",
[INFO] [stdout] 489 | |         name_to_set,
[INFO] [stdout] 490 | |         color_to_set,
[INFO] [stdout] 491 | |         user_id,
[INFO] [stdout] 492 | |         category_id
[INFO] [stdout] 493 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db.rs:510:5
[INFO] [stdout]     |
[INFO] [stdout] 510 | /     sqlx::query!(
[INFO] [stdout] 511 | |         "DELETE FROM categories WHERE user_id = $1 AND id = $2",
[INFO] [stdout] 512 | |         user_id,
[INFO] [stdout] 513 | |         category_id
[INFO] [stdout] 514 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HttpBody`
[INFO] [stdout]  --> src/main.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use axum::body::{Body, HttpBody};
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Uri`
[INFO] [stdout]  --> src/main.rs:3:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | use axum::http::{Request, StatusCode, Uri};
[INFO] [stdout]   |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `delete` and `put`
[INFO] [stdout]  --> src/main.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 | use axum::routing::{delete, get, post, put};
[INFO] [stdout]   |                     ^^^^^^             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Item`
[INFO] [stdout]  --> src/handlers/api_handlers.rs:4:33
[INFO] [stdout]   |
[INFO] [stdout] 4 |     models::{CreateItemPayload, Item, Notification, PurchaseItemPayload, UpdateItemPayload},
[INFO] [stdout]   |                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `axum::extract::Query`
[INFO] [stdout]   --> src/handlers/web_handlers.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use axum::extract::Query;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Deserialize`
[INFO] [stdout]   --> src/handlers/web_handlers.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use serde::Deserialize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HttpBody`
[INFO] [stdout]  --> src/main.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use axum::body::{Body, HttpBody};
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Uri`
[INFO] [stdout]  --> src/main.rs:3:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | use axum::http::{Request, StatusCode, Uri};
[INFO] [stdout]   |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `delete` and `put`
[INFO] [stdout]  --> src/main.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 | use axum::routing::{delete, get, post, put};
[INFO] [stdout]   |                     ^^^^^^             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Item`
[INFO] [stdout]  --> src/handlers/api_handlers.rs:4:33
[INFO] [stdout]   |
[INFO] [stdout] 4 |     models::{CreateItemPayload, Item, Notification, PurchaseItemPayload, UpdateItemPayload},
[INFO] [stdout]   |                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `axum::extract::Query`
[INFO] [stdout]   --> src/handlers/web_handlers.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use axum::extract::Query;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Deserialize`
[INFO] [stdout]   --> src/handlers/web_handlers.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use serde::Deserialize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `notifications`
[INFO] [stdout]   --> src/handlers/api_handlers.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     let notifications = get_api_notifications(&app_state.db_pool, user_id).await;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_notifications`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `notifications`
[INFO] [stdout]   --> src/handlers/api_handlers.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |     let notifications = get_api_notifications(&app_state.db_pool, user_id).await;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_notifications`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `notifications`
[INFO] [stdout]   --> src/handlers/api_handlers.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     let notifications = get_api_notifications(&app_state.db_pool, user_id).await;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_notifications`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `notifications`
[INFO] [stdout]    --> src/handlers/api_handlers.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     let notifications = get_api_notifications(&app_state.db_pool, user_id).await;
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_notifications`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `notifications`
[INFO] [stdout]    --> src/handlers/api_handlers.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let notifications = get_api_notifications(&app_state.db_pool, user_id).await;
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_notifications`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `notifications`
[INFO] [stdout]   --> src/handlers/api_handlers.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |     let notifications = get_api_notifications(&app_state.db_pool, user_id).await;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_notifications`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `notifications`
[INFO] [stdout]    --> src/handlers/api_handlers.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     let notifications = get_api_notifications(&app_state.db_pool, user_id).await;
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_notifications`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `notifications`
[INFO] [stdout]    --> src/handlers/api_handlers.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let notifications = get_api_notifications(&app_state.db_pool, user_id).await;
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_notifications`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `household-inventory` (bin "household-inventory") due to 19 previous errors; 10 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `household-inventory` (bin "household-inventory" test) due to 19 previous errors; 10 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "1f3cc04e4c437235b1bade76a7f5dffa9ec0fa5d0dfc53fe55f70c50ddeae216", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f3cc04e4c437235b1bade76a7f5dffa9ec0fa5d0dfc53fe55f70c50ddeae216", kill_on_drop: false }`
[INFO] [stdout] 1f3cc04e4c437235b1bade76a7f5dffa9ec0fa5d0dfc53fe55f70c50ddeae216
